locking time造句
例句與造句
- If the lock times out , the second operation fails
如果鎖超時(shí),則第二個(gè)操作失敗。 - The following example sets the lock time - out period to
下面的示例將鎖超時(shí)期限設(shè)置為 - Lock time - out period in milliseconds for this request
此請(qǐng)求的鎖超時(shí)時(shí)間(毫秒) 。 - Universal twin 4 cam lock timing locking tool kit
雙凸輪固定器對(duì)cam正時(shí)用 - Customizing the lock time - out
>自定義鎖超時(shí) - It's difficult to find locking time in a sentence. 用locking time造句挺難的
- The number of milliseconds to wait before the database reports a lock time - out
數(shù)據(jù)庫(kù)報(bào)告鎖定超時(shí)之前要等待的毫秒數(shù)。 - Returns the current lock time - out setting in milliseconds for the current session
返回當(dāng)前會(huì)話的當(dāng)前鎖定超時(shí)設(shè)置(毫秒) 。 - This event occurs only in situations where the lock time - out value is greater than zero
僅在鎖超時(shí)值大于零的情況下才會(huì)發(fā)生此類(lèi)事件。 - The default for the lock time out is zero , which means that it will block indefinitely while waiting for the lock
方法執(zhí)行此操作。默認(rèn)的鎖定超時(shí)為0 ,這表示在等待鎖定時(shí)將無(wú)限期地阻止訪問(wèn)。 - For this reason , pessimistic concurrency is best implemented when lock times will be short , as in programmatic processing of records
因此,如果鎖定時(shí)間將會(huì)比較短(例如在以編程方式處理記錄時(shí)) ,最好實(shí)現(xiàn)保守式并發(fā)。 - You can set the lock time out to 30 seconds , which will cause the blocked connection to time out in 30 seconds if blocked by another connection
可將鎖定超時(shí)設(shè)置為30秒,如果受其他連接所阻止,這會(huì)導(dǎo)致阻止的連接在30秒后超時(shí)。 - Additionally , be sure to use the lock time out setting if your application expects some blocking issues and needs to time out from these
此外,如果應(yīng)用程序會(huì)遇到某些阻止問(wèn)題,且需要對(duì)這些問(wèn)題設(shè)置超時(shí)時(shí)間,請(qǐng)確保使用鎖定超時(shí)設(shè)置。 - Without information on what the distribution of lock times will be for a given application , most jvms are conservative and simply suspend a thread when it fails to acquire a lock
由于沒(méi)有指定應(yīng)用程序的鎖定時(shí)間分布信息,所以多數(shù)jvm采取保守策略,在得不到鎖的時(shí)候只是暫掛線程。